home *** CD-ROM | disk | FTP | other *** search
- /* *****************************************************************************
- FILE: Version.h
-
- DESCRIPTION: Compiler environment definition header file
-
- AUTHOR: Kurt W.G. Matthies
-
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
-
- Revision History:
- ==========================================================
- 3.30.90 - May 1990 MacUser Release
- ==========================================================
-
-
- Developer Notes:
- ---------------------------------------------------------
-
- Version Haiku
-
- #define
- the version
- appropriate
- for you.
-
- #undef
- the other
- two.
-
-
- Please see the Readme file to set up for your version.
- ---------------------------------------------------------
-
- ***************************************************************************** */
-
- #ifndef _Version_
- #define _Version_
-
- #define V4
- #undef V3
- #undef V2
-
- #endif
- /* =============================== EOF =======================================
- Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
- ================================================================================ */